Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps cameraCamera2Version from 1.4.2 to 1.5.0.
Updates androidx.camera:camera-camera2 from 1.4.2 to 1.5.0

Updates androidx.camera:camera-lifecycle from 1.4.2 to 1.5.0

Updates androidx.camera:camera-view from 1.4.2 to 1.5.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @SessionHero01.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 18, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/cameraCamera2Version-1.5.0 branch 3 times, most recently from 442845a to 6982c81 Compare September 18, 2025 04:40
Bumps `cameraCamera2Version` from 1.4.2 to 1.5.0.

Updates `androidx.camera:camera-camera2` from 1.4.2 to 1.5.0

Updates `androidx.camera:camera-lifecycle` from 1.4.2 to 1.5.0

Updates `androidx.camera:camera-view` from 1.4.2 to 1.5.0

---
updated-dependencies:
- dependency-name: androidx.camera:camera-camera2
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-lifecycle
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-view
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/cameraCamera2Version-1.5.0 branch from 6982c81 to 49272d8 Compare September 19, 2025 05:33
@SessionHero01 SessionHero01 self-requested a review September 23, 2025 03:16
Copy link
Collaborator

@SessionHero01 SessionHero01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@SessionHero01
Copy link
Collaborator

Tested and camera related feature works ok

@SessionHero01 SessionHero01 merged commit f8942dc into dev Sep 23, 2025
4 checks passed
@SessionHero01 SessionHero01 deleted the dependabot/gradle/dev/cameraCamera2Version-1.5.0 branch September 23, 2025 23:28
jbsession added a commit that referenced this pull request Sep 25, 2025
* ADded data for non originating subscriptions

* Tweaking state to remove labels from VM state to help with all the screen variations we have

* WIP

* BAse Non Originating screen

* Fixing broken strings

* Non originating UI

* Non originating UI

* Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#1533)

* Initial implementation of google play billing (#1503)

* [Automated] Update translations from Crowdin

* Bump io.github.webrtc-sdk:android from 137.7151.01 to 137.7151.04 (#1513)

Bumps [io.github.webrtc-sdk:android](https://github.com/webrtc-sdk/android) from 137.7151.01 to 137.7151.04.
- [Release notes](https://github.com/webrtc-sdk/android/releases)
- [Changelog](https://github.com/webrtc-sdk/android/blob/v137.7151.04/CHANGES.md)
- [Commits](webrtc-sdk/android@v137.7151.01...v137.7151.04)

---
updated-dependencies:
- dependency-name: io.github.webrtc-sdk:android
  dependency-version: 137.7151.04
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SessionHero01 <[email protected]>

* Bump cameraCamera2Version from 1.4.2 to 1.5.0 (#1514)

Bumps `cameraCamera2Version` from 1.4.2 to 1.5.0.

Updates `androidx.camera:camera-camera2` from 1.4.2 to 1.5.0

Updates `androidx.camera:camera-lifecycle` from 1.4.2 to 1.5.0

Updates `androidx.camera:camera-view` from 1.4.2 to 1.5.0

---
updated-dependencies:
- dependency-name: androidx.camera:camera-camera2
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-lifecycle
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-view
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SessionHero01 <[email protected]>

* Bump androidxHiltVersion from 1.2.0 to 1.3.0 (#1532)

Bumps `androidxHiltVersion` from 1.2.0 to 1.3.0.

Updates `androidx.hilt:hilt-navigation-compose` from 1.2.0 to 1.3.0

Updates `androidx.hilt:hilt-work` from 1.2.0 to 1.3.0

Updates `androidx.hilt:hilt-compiler` from 1.2.0 to 1.3.0

---
updated-dependencies:
- dependency-name: androidx.hilt:hilt-navigation-compose
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.hilt:hilt-work
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.hilt:hilt-compiler
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SessionHero01 <[email protected]>

* [Automated] Update translations from Crowdin

* Bump com.google.gms.google-services from 4.4.2 to 4.4.3 (#1534)

Bumps com.google.gms.google-services from 4.4.2 to 4.4.3.

---
updated-dependencies:
- dependency-name: com.google.gms.google-services
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SessionHero01 <[email protected]>

* Temp string replacement

* Updated full perission check, added function for adding more media

* [Automated] Update translations from Crowdin

* Added plus menu to add to allowed media

* udpated condition

* removed deprecated method

* SES-4569 : 'Follow Setting' button doesn't follow theming (#1531)

* Use textColorPrimary for light theme for Follow Setting button/text

* Added to accentText to themes

* Added accentText for the test theme

---------

Co-authored-by: ThomasSession <[email protected]>

* Fixed menu button redrawing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: ThomasSession <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SessionHero01 <[email protected]>
Co-authored-by: ThomasSession <[email protected]>
Co-authored-by: Bilb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant